home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / AntiVirPersonalEdition Classic / antivir.exe / [0] / basic / avnotify.exe / MANIFEST / 1
Extensible Markup Language  |  2006-02-08  |  631b  |  26 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  3.     <assemblyIdentity 
  4.         version="1.0.0.0" 
  5.         processorArchitecture="X86" 
  6.         name="H+BEDV.AntiVir.Notifier" 
  7.         type="win32" 
  8.     /> 
  9.  
  10.     <description>AntiVir Notifier.</description> 
  11.  
  12.     <dependency> 
  13.         <dependentAssembly> 
  14.             <assemblyIdentity 
  15.                 type="win32" 
  16.                 name="Microsoft.Windows.Common-Controls" 
  17.                 version="6.0.0.0" 
  18.                 processorArchitecture="X86" 
  19.                 publicKeyToken="6595b64144ccf1df" 
  20.                 language="*" 
  21.             /> 
  22.         </dependentAssembly> 
  23.     </dependency> 
  24. </assembly> 
  25.  
  26.